home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / editors / mjovesrc.zoo / chartest.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-04-04  |  65 b   |  9 lines

  1. unsigned char c;
  2.  
  3. main()
  4. {
  5.     c = 150;
  6.  
  7.     printf("c is %d\n", c);
  8. }
  9.